projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc55de
)
Include lisp/textmodes in load-path for bootstrap
author
Andrew Innes
<andrewi@gnu.org>
Wed, 15 Jan 2003 12:01:14 +0000
(12:01 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Wed, 15 Jan 2003 12:01:14 +0000
(12:01 +0000)
emacs, to resolve ispell menu reference.
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 0d4bab0e26cbc59428ed8004bf460bbc30b63028..5c33e02cbc74db4484f570b4fb528c4d4f70c95e 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-40,7
+40,8
@@
(setq load-path (list path
(expand-file-name "emacs-lisp" path)
(expand-file-name "language" path)
- (expand-file-name "international" path)))))
+ (expand-file-name "international" path)
+ (expand-file-name "textmodes" path)))))
(message "Using load-path %s" load-path)